StructKeyList(structure, [delimiter])Returns the list of keys that are in the specified ColdFusion structure.
See also StructKeyArray, StructClear, StructDelete, StructFind, StructInsert, StructIsEmpty, StructCount, and StructUpdate.
Structure from which the list of keys are to be extracted.
Optional. The value of this parameter indicates the character that will separate the keys in the list. By default, a comma (,) is used.